projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
666273c
)
(Fw32_set_clipboard_data): Call find_charset_in_str
author
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 15 Dec 1998 04:35:38 +0000
(
04:35
+0000)
with MULTIBYTE arg 0.
src/w32select.c
patch
|
blob
|
history
diff --git
a/src/w32select.c
b/src/w32select.c
index 6579b0e152b65a4fd9bca337863efa2587b93663..115d323ddbc76cb9a11a18a72d1b6c9701bc3c8b 100644
(file)
--- a/
src/w32select.c
+++ b/
src/w32select.c
@@
-124,7
+124,7
@@
DEFUN ("w32-set-clipboard-data", Fw32_set_clipboard_data, Sw32_set_clipboard_dat
|| !STRING_MULTIBYTE (string)
|| nbytes == XSTRING (string)->size)
? 0
- : find_charset_in_str (src, nbytes, charsets, Qnil, 0));
+ : find_charset_in_str (src, nbytes, charsets, Qnil, 0
, 1
));
if (!num || (num == 1 && charsets[CHARSET_ASCII]))
{